fecap_scale_params

enum fecap_scale_params - scale types for the quality parameters.

@FE_SCALE_NOT_AVAILABLE: That QoS measure is not available. That could indicate a temporary or a permanent condition. @FE_SCALE_DECIBEL: The scale is measured in 0.001 dB steps, typically used on signal measures. @FE_SCALE_RELATIVE: The scale is a relative percentual measure, ranging from 0 (0%) to 0xffff (100%). @FE_SCALE_COUNTER: The scale counts the occurrence of an event, like bit error, block error, lapsed time.

Values

ValueMeaning
FE_SCALE_NOT_AVAILABLE0
FE_SCALE_DECIBEL1
FE_SCALE_RELATIVE2
FE_SCALE_COUNTER3

Meta